Skip to content

build(deps): bump the actions-core group across 1 directory with 2 updates#304

Merged
mergify[bot] merged 2 commits into
mainfrom
dependabot/github_actions/actions-core-ac27bb405c
May 18, 2026
Merged

build(deps): bump the actions-core group across 1 directory with 2 updates#304
mergify[bot] merged 2 commits into
mainfrom
dependabot/github_actions/actions-core-ac27bb405c

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 5, 2026

Bumps the actions-core group with 2 updates in the / directory: actions/checkout and actions/setup-node.

Updates actions/checkout from 4 to 6

Release notes

Sourced from actions/checkout's releases.

v6.0.0

What's Changed

Full Changelog: actions/checkout@v5.0.0...v6.0.0

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

v5.0.1

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

v5.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v4.3.1

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

What's Changed

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

... (truncated)

Commits

Updates actions/setup-node from 4 to 6

Release notes

Sourced from actions/setup-node's releases.

v6.0.0

What's Changed

Breaking Changes

Dependency Upgrades

Full Changelog: actions/setup-node@v5...v6.0.0

v5.0.0

What's Changed

Breaking Changes

This update, introduces automatic caching when a valid packageManager field is present in your package.json. This aims to improve workflow performance and make dependency management more seamless. To disable this automatic caching, set package-manager-cache: false

steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
  with:
    package-manager-cache: false

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Dependency Upgrades

New Contributors

Full Changelog: actions/setup-node@v4...v5.0.0

v4.4.0

... (truncated)

Commits

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 5, 2026

Labels

The following labels could not be found: github-actions. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 5, 2026
…dates

Bumps the actions-core group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-node](https://github.com/actions/setup-node).


Updates `actions/checkout` from 4 to 6
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v6)

Updates `actions/setup-node` from 4 to 6
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-core
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-core
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump the actions-core group with 2 updates build(deps): bump the actions-core group across 1 directory with 2 updates May 11, 2026
@dependabot dependabot Bot force-pushed the dependabot/github_actions/actions-core-ac27bb405c branch from 24dc6b3 to b0246ab Compare May 11, 2026 05:25
Copy link
Copy Markdown
Collaborator

@julianken-bot julianken-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verdict: APPROVE — Two-file v4→v6 bump to actions/checkout + actions/setup-node, completing alignment with the eight workflows already on v6. R1/R2 verification confirms the v6 persisted-credentials path change does not bite this repo: no Docker container actions present.

What I verified (this turn)

  • git grep -n "actions/checkout\|actions/setup-node" pr-304-review -- .github/workflows/ → all 10 workflows on @v6 post-merge; no v4 stragglers remain
  • grep -rn "container:" .github/workflows/ → 0 matches; no Docker container actions consume the previously-persisted creds (the v6 release-notes risk surface)
  • grep -rn "runs-on:" .github/workflows/ → all 12 jobs on ubuntu-latest (GitHub-hosted, runner ≥ v2.334 > the v2.329 v6 minimum)
  • python3 -c "import json,sys;p=json.load(sys.stdin);print(p.get(\"packageManager\"))" < package.jsonNone, so the setup-node v5/v6 automatic-caching breaking change (limited to npm in v6) does not apply; explicit cache: pnpm input remains supported in v6 per actions/setup-node action.yml on main
  • gh pr checks 304 → 12/12 required checks pass on the head SHA (ESLint, TypeScript, Vitest, Next.js Build, Analyze Bundle, CodeQL, E2E shards 1–4)

Findings (0)

None. Mandatory second-pass read surfaced no real issues. Pre-existing patterns I considered but did not flag (R7): pnpm version: 9 is unpinned to a minor, and actions are pinned by major rather than commit SHA — both predate this PR and apply uniformly across all nine pnpm/action-setup invocations and the eight already-v6 workflow refs.

Bottom line: ready to merge.


Reviewer: @julianken-bot (opus) — fresh-context subagent dispatched via the reviewing-as-julianken-bot skill. Verdict above is binding regardless of GitHub's review label.

@julianken-bot
Copy link
Copy Markdown
Collaborator

@Mergifyio queue

@mergify
Copy link
Copy Markdown
Contributor

mergify Bot commented May 18, 2026

Merge Queue Status

  • Entered queue2026-05-18 00:59 UTC · Rule: default
  • Checks passed · in-place
  • Merged2026-05-18 01:13 UTC · at 2fc9adaf922ab58d250c2c7da7431005ee17690e · squash

This pull request spent 14 minutes 6 seconds in the queue, including 2 minutes 58 seconds running CI.

Required conditions to merge
  • #approved-reviews-by >= 1 [🛡 GitHub branch protection]
  • #changes-requested-reviews-by = 0 [🛡 GitHub branch protection]
  • github-review-decision = APPROVED [🛡 GitHub branch protection]
  • any of [🛡 GitHub branch protection]:
    • check-success = ESLint
    • check-neutral = ESLint
    • check-skipped = ESLint
  • any of [🛡 GitHub branch protection]:
    • check-success = TypeScript
    • check-neutral = TypeScript
    • check-skipped = TypeScript
  • any of [🛡 GitHub branch protection]:
    • check-success = Vitest
    • check-neutral = Vitest
    • check-skipped = Vitest
  • any of [🛡 GitHub branch protection]:
    • check-success = Next.js Build
    • check-neutral = Next.js Build
    • check-skipped = Next.js Build
  • any of [🛡 GitHub branch protection]:
    • check-success = Analyze Bundle
    • check-neutral = Analyze Bundle
    • check-skipped = Analyze Bundle
  • any of [🛡 GitHub branch protection]:
    • check-success = CodeQL Analysis
    • check-neutral = CodeQL Analysis
    • check-skipped = CodeQL Analysis
  • any of [🛡 GitHub branch protection]:
    • check-success = E2E Shard 1/4
    • check-neutral = E2E Shard 1/4
    • check-skipped = E2E Shard 1/4
  • any of [🛡 GitHub branch protection]:
    • check-success = E2E Shard 2/4
    • check-neutral = E2E Shard 2/4
    • check-skipped = E2E Shard 2/4
  • any of [🛡 GitHub branch protection]:
    • check-success = E2E Shard 3/4
    • check-neutral = E2E Shard 3/4
    • check-skipped = E2E Shard 3/4
  • any of [🛡 GitHub branch protection]:
    • check-success = E2E Shard 4/4
    • check-neutral = E2E Shard 4/4
    • check-skipped = E2E Shard 4/4

@mergify mergify Bot added the queued label May 18, 2026
@mergify mergify Bot merged commit 109352e into main May 18, 2026
13 checks passed
@mergify mergify Bot deleted the dependabot/github_actions/actions-core-ac27bb405c branch May 18, 2026 01:13
@mergify mergify Bot removed the queued label May 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant